home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 May: Tool Chest / Dev.CD May 00 TC.toast / pc / tool chest / games / game sample code / zam 1.0a13 / coreheaders / eventloop.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-09-16  |  196 b   |  8 lines

  1. /*
  2.  
  3.     Global variables for Event.c
  4.  
  5. */
  6.  
  7. extern Boolean        Done;                /* Set to true when the user quits                                     */
  8. extern Boolean        BackgroundFlag;        /* true if the app is currently in the background */